home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$00000311,$00000120,$00000267,$000002B6,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$000000C8,$0000002A,$00000379,$000002FE,$00000025,$0000004B,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oMusic2,
- omaprepmac3,
- o14,
- o25,
- ommsomm6
- ];
- Events is [
- cOnscreenEvent
- with
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end,
- cKeyboardEvent
- with Value is "+";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteHigher; end
- ];
- end,
- cKeyboardEvent
- with Value is "-";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteLower; end
- ];
- end,
- cKeyboardEvent
- with Value is "m";
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oMusic2 is cSound
- with
- Name is "Music";
-
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Looping is true;
- URL is "data/Sons/3.mp3"; URLOption is GetDiskURL;
-
- end;
-
- object omaprepmac3 is cImage
- with
- Name is "maprepmac";
- Enabled is false;
- X is -1; Y is -1;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/mapvid.jpg"; URLOption is GetDiskURL;
-
-
- end;
-
- object o14 is cBox
- with
- Flags is $00000150;
- release Editor:
- IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
- end;
- Name is "1";
- Region is {$FFFF0028,$00000000,$0169031F,$00000000,$031F7FFF,$010601E8,$02E77FFF,$01690000,$01E802E7,$031F7FFF,$7FFF0000};
- Cursor is oFingerCursor;
- X is -1; Y is 112;
- Width is 799; Height is 361;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "vid1.k"; end
- ];
- end
- ];
- end;
-
- object o25 is cBox
- with
- Flags is $00008001;
- release Editor:
- IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
- end;
- Name is "2";
- Region is {$FFFF000A,$00010002,$00A100F5};
- Cursor is oFingerCursor;
- X is 491; Y is 382;
- Width is 247; Height is 162;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00004004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00004004; URL is "vid2.k"; end
- ];
- end
- ];
- end;
-
- object ommsomm6 is cImage
- with
- Flags is $00000150;
- Name is "mmsomm";
- Shown is false; Cursor is oFingerCursor;
- X is 628; Y is 572;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "sommaire.k"; end
- ];
- end
- ];
- end;